home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00097.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
303 b
|
15 lines
on enterFrame
global ghfathleteno
set vName to "PO" & ghfathleteno
put "Duck" && vName
if the number of cast vName < 1 then
put "duck fail"
go("endPopup")
return
end if
puppetSprite(46, 1)
set the castNum of sprite 46 to cast GetAssetNo(vName)
updateStage()
go(#next)
end